home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / TURB_VIS / TCYBER25 / CYBASE.ZIP / APP.INC < prev    next >
Text File  |  1994-10-20  |  297b  |  16 lines

  1. {
  2. Global include for main program and units
  3. }
  4.  
  5. {
  6. The 'Production' label deletes debugging information, etc.
  7. }
  8.  
  9. {$DEFINE Production}
  10.  
  11. {$IFDEF Production}
  12.   {$A+,B-,D-,E+,F-,I+,K+,L-,N+,P-,Q-,R-,S-,T-,V-,W+,Y-}
  13. {$ELSE}
  14.   {$A+,B-,D+,E+,F-,I+,K+,L+,N+,P-,Q+,R+,S+,T-,V-,W+,Y+}
  15. {$ENDIF}
  16.